📄 todo
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -