Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
postsets from run() to the toplevel to boost performance and simplify compilation. fix various bugs that were noticed during this
|
|
|
|
|
|
inbox
|
|
|
|
for inside Globals)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This change allows the generated code to be processed by the
closure compiler. Without this change, commit
81f82a6a0dd932344027a408ff7bf905de1d2e52
prevents the closure compiler from running
(see http://code.google.com/closure/compiler/docs/error-ref.html#error).
This change should also slightly improve startup speed and reduce code
size.
|
|
|
|
|
|
during compilation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
structs by value between C and C++ calling conventions
|
|
|
|
|
|
|
|
proper pass in the js optimizer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
closure compiler
|