Skip to content

Instantly share code, notes, and snippets.

@fujidig
Created April 18, 2014 09:39
Show Gist options
  • Select an option

  • Save fujidig/11034499 to your computer and use it in GitHub Desktop.

Select an option

Save fujidig/11034499 to your computer and use it in GitHub Desktop.
domain.js
ApplicationDomain.prototype.executeAbc
executeScript
runtime.js
createFunction
useInterpreter = true;
createCompiledFunction
builder.js
c4TraceLevel
traceBuilder
traceSource
traceIR
Compiler.compileMethod
buildMethod
ここから
- Analysis#markLoops
- Builder#buildGraph
- buildCFG
- Backend.generate
が呼ばれる
DFGのtrace, runtime.js asCallPropertyのresult = method.apply(receiver, args);の前にif(method)をつけないとエラーになった。
aot.js
compartment.js
assert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment