todo

来自「一个类似windows」· 代码 · 共 14 行

TXT
14
字号

			     TODO jswrap
			     ===========

* Fix the debugging information in the embedded byte-code files: input
  file name (.psw) and line numbers.  This requires support from the
  compiler.

* The current version do not optimize with -O2.  We can't do the
  liveness analysing, because on `return' statements, arguments are
  not alive, and the by-reference return values won't work.  The
  compiler needs a new flag JSC$FLAG_OPTIMIZE_ARGUMENTS_LIVE_ON_RETURN
  that would fix the problem.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?