[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / compilation-cache.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-08-20 mstarzingerRemove grab-bag includes of v8.h from everywhere.
2015-05-19 horo[V8] Added Script::is_opaque flag for embedders
2015-05-18 machenbachRevert of [V8] Added Script::is_opaque flag for embedde...
2015-05-18 horo[V8] Added Script::is_opaque flag for embedders
2015-02-12 rossbergProperly thread language mode to compilation cache
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-29 kozyatinskiy[V8] Added Script::is_debugger_script flag for embedders
2014-10-31 verwaest@chromium.orgChanging the aging mechanism for script and eval caches.
2014-10-28 yangguo@chromium.orgUse shared function info for eval cache key.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-08 ulan@chromium.orgHandlify CompilationCache.
2014-03-11 rossberg@chromium.orgEliminate extended mode, and other modes clean-up
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2013-12-23 yangguo@chromium.orgRefactor the compiling pipeline.
2013-07-30 mstarzinger@chromi... Pipe a script's CORS status through V8 during compilation.
2012-08-28 rossberg@chromium.orgIndex script compilation cache over context, too,
2012-08-17 rossberg@chromium.orgRename "global context" to "native context",
2012-02-23 fschneider@chromiu... Make HashMap a template class to specify the allocation...
2011-11-24 keuchel@chromium.orgIntroduce extended mode.
2011-11-14 keuchel@chromium.orgMake eval compilation cache calling scope sensitive.
2011-09-08 ricow@chromium.orgFix presubmit errors caused by updated depot tools
2011-06-29 vitalyr@chromium.orgSuspend runtime profiler as soon as we exit JS.
2011-03-21 vitalyr@chromium.orgClean up Isolate usages in compilation cache.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-02-04 mmaly@chromium.orgPass strict mode to eval.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0 (re-land r5920).
2010-12-07 kasperl@chromium.orgRevert r5920. Will re-land shortly.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0.
2010-08-17 vegorov@chromium.orgMerge flush code phase into marking phase.
2010-06-07 ricow@chromium.orgFlushing of code from functions that we expect not...
2010-04-19 ager@chromium.orgRemove some remaining references to boilerplate functions.
2010-03-23 iposva@chromium.org- Remove function boilerplate objects and use SharedFun...
2009-06-22 sgjesse@chromium.orgRefactor the handling of generations in the compilation...
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-05-20 sgjesse@chromium.orgDisable compilation cache when debugger is active.
2009-05-15 kasperl@chromium.orgAdd multiple generations (5) to the script compilation...
2009-04-06 davemoore@chromium.orgPut back compilation cache
2009-03-03 kasperl@chromium.orgDisable the compilation caching for scripts to make it
2009-02-24 ager@chromium.orgSpeed up access to global variables from eval scopes...
2008-10-24 christian.plesner... - Added caching of regexp data in the compilation cache.
2008-09-11 kasperl@chromium.orgGeneralized the EvalCache into a CompilationCache and...