source: webkit/trunk/Source/JavaScriptCore/jsc.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @223173   8 years utatane.tea [JSC] Drop Instantiate hook in ES6 module loader …
(edit) @223002   8 years ryanhaddad Unreviewed, rolling out r222791 and r222873. …
(edit) @222895   8 years utatane.tea [JSC] Introduce import.meta …
(edit) @222827   8 years sbarati Implement polymorphic prototypes …
(edit) @222791   8 years jfbastien WebAssembly: no VM / JS version of everything but Instance …
(edit) @222713   8 years sbarati Unreviewed. Fix debug assertion after r222671. …
(edit) @222671   8 years sbarati Custom GetterSetterAccessCase does not use the correct slotBase when …
(edit) @222473   8 years achristensen Make Attribute an enum class …
(edit) @222424   8 years commit-queue test262: $.agent became $262.agent in test262 update …
(edit) @221878   8 years mark.lam Make jsc dump the command line if JSC_dumpOption environment variable …
(edit) @221849   8 years mark.lam Fix all ExceptionScope verification failures in JavaScriptCore. …
(edit) @221822   8 years mark.lam Avoid duplicate computations of ExecState::vm(). …
(edit) @221417   8 years utatane.tea [JSC] Use reifying system for "name" property of builtin JSFunction …
(edit) @221404   8 years ryanhaddad Unreviewed, rolling out r221327. This change caused test262 failures. …
(edit) @221327   8 years utatane.tea [JSC] Use reifying system for "name" property of builtin JSFunction …
(edit) @220416   8 years fpizlo Baseline JIT should do caging …
(edit) @220404   8 years ryanhaddad Unreviewed, rolling out r220368. This change caused WK1 tests to exit …
(edit) @220368   8 years fpizlo Baseline JIT should do caging …
(edit) @220352   8 years fpizlo Primitive auxiliaries and JSValue auxiliaries should have separate …
(edit) @220148   8 years fpizlo We should be OK with the gigacage being disabled on gmalloc …
(edit) @220118   8 years fpizlo Bmalloc and GC should put auxiliaries (butterflies, typed array …
(edit) @219981   8 years utatane.tea Hoist DOM binding attribute getter prologue into JavaScriptCore taking …
(edit) @218936   8 years keith_miller VMTraps has some races https://bugs.webkit.org/show_bug.cgi?id=173941
(edit) @218816   8 years utatane.tea [WTF] Drop Thread::create(obsolete things) API since we can use lambda …
(edit) @218794   8 years annulen Remove excessive headers from JavaScriptCore
(edit) @218067   8 years annulen Unreviewed, attempt to fix JSC tests on Win after r217771 * jsc.cpp: …
(edit) @217942   8 years keith_miller WebAssembly: We should only create wrappers for functions that can be …
(edit) @217771   8 years annulen Fix build of Windows-specific code with ICU 59.1 …
(edit) @217523   8 years utatane.tea [DOMJIT] Move DOMJIT patchpoint infrastructure out of domjit …
(edit) @217108   8 years utatane.tea [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass …
(edit) @217077   8 years sbarati We need to destroy worker threads in jsc.cpp …
(edit) @217049   8 years commit-queue Unreviewed, rolling out r217031, r217032, and r217037. …
(edit) @217037   8 years utatane.tea Unreviewed, fix debug and non-JIT build …
(edit) @217031   8 years utatane.tea [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass …
(edit) @216699   8 years fpizlo Callers of JSString::unsafeView() should check exceptions …
(edit) @216428   8 years mark.lam Introduce ExceptionScope::assertNoException() and …
(edit) @216218   8 years fpizlo JSC::Heap should expose a richer API for requesting GCs …
(edit) @215916   8 years joepeck Support for promise rejection events (unhandledrejection) …
(edit) @215896   8 years keith_miller REGRESSION (r215843): ASSERTION FAILED: !m_completionTasks[0].first in …
(edit) @215843   8 years keith_miller WebAssembly: Implement tier up …
(edit) @215265   8 years utatane.tea [WTF] Introduce Thread class and use RefPtr<Thread> and align Windows …
(edit) @215103   8 years sbarati WebAssembly: Make to a compilation API that allows for multi-VM …
(edit) @214936   8 years carlosgc Implement PromiseDeferredTimer for non CF based ports …
(edit) @214919   8 years keith_miller WebAssembly: ModuleInformation should be a ref counted thing that can …
(edit) @214905   8 years sbarati WebAssembly: JSWebAssemblyCallee should not be a JSCell …
(edit) @214602   8 years sbarati WebAssembly: pass Wasm::Context* to vmEntryToWasm when not using fast …
(edit) @214547   8 years jfbastien WebAssembly: add shell-only Memory mode helper …
(edit) @214504   8 years keith_miller WebAssembly: Make WebAssembly.instantiate/compile truly asynchronous …
(edit) @214289   8 years mark.lam Add support for Error.stackTraceLimit. …
(edit) @214016   8 years mark.lam Fix exception scope verification failures in jsc.cpp. …
(edit) @213690   8 years msaboff Source/JavaScriptCore: Add plumbing to WebProcess to enable …
(edit) @213467   8 years commit-queue op_get_by_id_with_this should use inline caching …
(edit) @213386   8 years keith_miller WASM should support faster loads. …
(edit) @213151   8 years msaboff Add ability to configure JSC options from a file …
(edit) @213088   8 years commit-queue Unreviewed, rolling out r213019. …
(edit) @213019   8 years commit-queue op_get_by_id_with_this should use inline caching …
(edit) @212778   8 years fpizlo The collector thread should only start when the mutator doesn't have …
(edit) @212620   8 years mark.lam functionTestWasmModuleFunctions() should use a MarkedArgumentBuffer …
(edit) @212616   8 years commit-queue Unreviewed, rolling out r212466. …
(edit) @212535   8 years utatane.tea [JSC] Drop PassRefPtr from ArrayBuffer …
(edit) @212466   8 years fpizlo The collector thread should only start when the mutator doesn't have …
(edit) @212464   8 years andersca Remove EFL from JavaScriptCore
(edit) @212438   8 years utatane.tea Web Inspector: allow import() inside the inspector …
(edit) @211818   8 years utatane.tea Unreviewed, manual roll out of r211777
(edit) @211777   8 years utatane.tea Web Inspector: allow import() inside the inspector …
(edit) @211448   8 years fpizlo The mutator should be able to perform increments of GC work …
(edit) @211247   8 years keith_miller classInfo should take a VM so it is not materialized from the object …
(edit) @211194   8 years fpizlo jsc.cpp should have the $.agent stuff for testing SAB …
(edit) @211070   8 years sbarati https://bugs.webkit.org/show_bug.cgi?id=167247 JSC: …
(edit) @211018   8 years utatane.tea [JSC] export JSC::importModule API for WebCore dynamic import …
(edit) @210912   8 years fpizlo JSSegmentedVariableObject and its subclasses should have a sane …
(edit) @210844   8 years fpizlo Make opaque root scanning truly constraint-based …
(edit) @210573   8 years utatane.tea Implement JSSourceCode to propagate SourceCode in module pipeline …
(edit) @210557   8 years ryanhaddad Unreviewed, rolling out r210537. …
(edit) @210537   8 years utatane.tea Implement JSSourceCode to propagate SourceCode in module pipeline …
(edit) @210522   8 years utatane.tea [JSC] Prototype dynamic-import …
(edit) @210229   8 years jfbastien WebAssembly: handle and optimize wasm export → wasm import calls …
(edit) @210202   8 years sbarati Unreviewed. Fix jsc.cpp build error. * jsc.cpp: …
(edit) @210201   8 years sbarati WebAssembly: Implement grow_memory and current_memory …
(edit) @210149   8 years utatane.tea Propagate the source origin as much as possible …
(edit) @209906   8 years darin Use asString instead of toWTFString, toString, or getString when we …
(edit) @209897   8 years fpizlo Get rid of HeapRootVisitor and make SlotVisitor less painful to use …
(edit) @209871   8 years annulen Added missing override and final specifiers …
(edit) @209764   8 years commit-queue Unreviewed, rolling out r209725. …
(edit) @209725   8 years msaboff REGRESSION(r209653): speedometer crashes making virtual slow path …
(edit) @209696   8 years sbarati We should be able to throw exceptions from Wasm code and when Wasm …
(edit) @209678   8 years commit-queue Unreviewed, rolling out r209653, r209654, r209663, and r209673. …
(edit) @209653   8 years msaboff JSVALUE64: Pass arguments in platform argument registers when making …
(edit) @209630   8 years sbarati WebAssembly JS API: implement importing and defining Memory …
(edit) @209627   8 years ggaren TextPosition and OrdinalNumber should be more like idiomatic numbers …
(edit) @209560   8 years jfbastien WebAssembly JS API: wire up Instance imports …
(edit) @209553   8 years mark.lam Enable JSC restricted options by default in the jsc shell. …
(edit) @209500   8 years utatane.tea [JSC] Drop translate phase in module loader …
(edit) @209312   8 years sbarati We should have a Wasm callee …
(edit) @209296   8 years keith_miller Unreviewed, fix git having a breakdown over trying to reland a rollout.
(edit) @209283   8 years cdumez Unreviewed, rolling out r209275 and r209276. …
(edit) @209275   8 years keith_miller Add Wasm floating point nearest and trunc …
(edit) @209204   8 years keith_miller Add wasm int to floating point opcodes …
(edit) @209121   8 years sbarati We should be able optimize the pattern where we spread a function's …
(edit) @209083   8 years keith_miller Add simple way to implement Wasm ops that require more than one B3 …
Note: See TracRevisionLog for help on using the revision log.