Description[compiler] Remove CompilationInfo::is_first_compile flag.
This removes the flag in question. It just duplicates the corresponding
compilation hint in the underlying SharedFunctionInfo object. Now that
the backends should have a SharedFunctionInfo available most of the time
it is safe to use the cannonical predicate.
R=bmeurer@chromium.org
Committed: https://crrev.com/b958ba5fd830dd982e95cb162b433d89c8c65663
Cr-Commit-Position: refs/heads/master@{#35482}
Patch Set 1 #Patch Set 2 : Workaround for Debug::live_edit_enabled being always true. #Patch Set 3 : Rebased. #Patch Set 4 : Fix CompileEvalForDebugging. #Patch Set 5 : Cosmetics. #Patch Set 6 : Rebased. #
Messages
Total messages: 12 (6 generated)
|