- 65a636f Avoid eagerly creating the JSActivation when the debugger is attached. by mark.lam@apple.com · 11 years ago
- 9589433 Merge the jsCStack branch https://bugs.webkit.org/show_bug.cgi?id=127763 by msaboff@apple.com · 11 years ago
- 27030ad Remove some unneeded debugger code. by mark.lam@apple.com · 11 years ago
- 6c4085b Jettison DFG code when neither breakpoints or the profiler are active. by mark.lam@apple.com · 11 years ago
- 8f98b6b DebuggerCallFrame::evaluateWithCallFrame() should not execute a null executable. by mark.lam@apple.com · 11 years ago
- ff1143d ASSERT(!m_markedSpace.m_currentDelayedReleaseScope) reloading page in inspector. by mark.lam@apple.com · 11 years ago
- a1cbf82 fast/profiler tests ASSERTing after moving recompileAllJSFunctions off a timer by joepeck@webkit.org · 11 years ago
- 9c30488 Removing the need for Debugger* and m_shouldPause op_debug check. by mark.lam@apple.com · 11 years ago
- eb19fea Enable DFG for the Debugger and Profiler. <https://webkit.org/b/122847> by mark.lam@apple.com · 11 years ago
- 945b139 Poor man's fast breakpoints for a 2.3x debugger speedup. by mark.lam@apple.com · 11 years ago
- 3ebfeda LLInt shouldnt check for ENABLE(JAVASCRIPT_DEBUGGER). by fpizlo@apple.com · 11 years ago
- cc0975a Remove unneeded semicolons. https://bugs.webkit.org/show_bug.cgi?id=125083. by mark.lam@apple.com · 11 years ago
- 2585f3b Fix !ENABLE(JAVASCRIPT_DEBUGGER) build. by commit-queue@webkit.org · 11 years ago
- 3072125 Introducing VMEntryScope to update the VM stack limit. by mark.lam@apple.com · 11 years ago
- ff17040 Web Inspector: Crash when closing the Inspector while debugging an exception inside a breakpoint condition. by achicu@adobe.com · 11 years ago
- 26c5340 Move breakpoint (and exception break) functionality into JSC::Debugger. by mark.lam@apple.com · 11 years ago
- f173551 Cosmetic: rename xxxId to xxxID for ScriptId, SourceId, and BreakpointId. by mark.lam@apple.com · 11 years ago
- c9b3ad6 Eliminate HostCall bit from JSC Stack CallerFrame by msaboff@apple.com · 11 years ago
- 4700143 Avoid JSC debugger overhead unless needed. by mark.lam@apple.com · 11 years ago
- e4b8bb7 ObjCCallbackFunctionImpl shouldn't store a JSContext by mhahnenberg@apple.com · 11 years ago
- 3d2b16f JavaScriptCore fails to build https://bugs.webkit.org/show_bug.cgi?id=122440 by commit-queue@webkit.org · 11 years ago
- af032dd Change ScriptDebugServer to use DebuggerCallFrame instead of JavaScriptCallFrame. by mark.lam@apple.com · 11 years ago
- 62aa8b7 VirtualRegister should be a class https://bugs.webkit.org/show_bug.cgi?id=121732 by msaboff@apple.com · 12 years ago
- bf43ed9 Unreviewed, rolling out r156474. by commit-queue@webkit.org · 12 years ago
- 1796ad0 VirtualRegister should be a class https://bugs.webkit.org/show_bug.cgi?id=121732 by msaboff@apple.com · 12 years ago
- e72693d Change JSC debug hooks to pass a CallFrame* instead of a DebuggerCallFrame. by mark.lam@apple.com · 12 years ago
- bee96a3 MarkedBlocks shouldn't be put in Allocated state if they didn't produce a FreeList by mhahnenberg@apple.com · 12 years ago
- 649480f Change debug hooks to pass sourceID and position info via the DebuggerCallFrame. by mark.lam@apple.com · 12 years ago
- 0d415ea Fixed indentation in JSC Debugger header files. by mark.lam@apple.com · 12 years ago
- 7de5aae GCAssertions.h should use STL type traits and static_assert by andersca@apple.com · 12 years ago
- 3f922f9 Source/JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=119548 by commit-queue@webkit.org · 12 years ago
- dd40a7e https://bugs.webkit.org/show_bug.cgi?id=120128 Remove putDirectVirtual by barraclough@apple.com · 12 years ago
- 61ff98c https://bugs.webkit.org/show_bug.cgi?id=120139 by barraclough@apple.com · 12 years ago
- 174570f https://bugs.webkit.org/show_bug.cgi?id=120093 by barraclough@apple.com · 12 years ago
- 47d7ba8 https://bugs.webkit.org/show_bug.cgi?id=119995 by barraclough@apple.com · 12 years ago
- 10ae2d0 Foo::s_info should be Foo::info(), so that you can change how the s_info is actually linked by fpizlo@apple.com · 12 years ago
- ab7b609 Some cleanup in JSValue::get https://bugs.webkit.org/show_bug.cgi?id=119343 by barraclough@apple.com · 12 years ago
- 58c8675 fourthTier: Re-worked non-local variable resolution by oliver@apple.com · 12 years ago
- 284cc3d fourthTier: DFG should be able to run on a separate thread by oliver@apple.com · 12 years ago
- 0c14001 Code cache stores bogus var references for functions in eval code by oliver@apple.com · 12 years ago
- 9a9a4b5 Renamed JSGlobalData to VM https://bugs.webkit.org/show_bug.cgi?id=114777 by ggaren@apple.com · 12 years ago
- a4b4cbe The JITThunks class should be in its own file, and doing so should not break the build by fpizlo@apple.com · 12 years ago
- 27e0eed Improve effectiveness of function-level caching by oliver@apple.com · 12 years ago
- f0c01b8 Reduce parser overhead in JSC https://bugs.webkit.org/show_bug.cgi?id=101127 by oliver@apple.com · 12 years ago
- ee55405 Rename first/second to key/value in HashMap iterators by benjamin@webkit.org · 12 years ago
- 4930320 Rename forEachCell to forEachLiveCell by mhahnenberg@apple.com · 13 years ago
- 0030e13 Don't allocate a backing store just for a function's name by ggaren@apple.com · 13 years ago
- b11e787 Use one object instead of two for closures, eliminating ScopeChainNode by ggaren@apple.com · 13 years ago
- cff06e4 Replace JSC::UString by WTF::String by benjamin@webkit.org · 13 years ago
- fa6afbc Unreviewed, rolling out r126914. by commit-queue@webkit.org · 13 years ago
- d99b3ea Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
- 036eca0 Unreviewed, rolling out r126836. by tkent@chromium.org · 13 years ago
- a94a150 Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
- acb40df Removed the NULL checks from visitChildren functions by ggaren@apple.com · 13 years ago
- 3b9069c Change behavior of MasqueradesAsUndefined to better accommodate DFG changes by mhahnenberg@apple.com · 13 years ago
- 4597406 Unreviewed, rolling out r125687. by commit-queue@webkit.org · 13 years ago
- 35d5455 Change behavior of MasqueradesAsUndefined to better accommodate DFG changes by mhahnenberg@apple.com · 13 years ago
- 1b331cb Web Inspector: [JSC] implement setting breakpoints by line:column by commit-queue@webkit.org · 13 years ago
- 709de8f Unreviewed, rolling out r124406. by commit-queue@webkit.org · 13 years ago
- 3772d07 Web Inspector: [JSC] implement setting breakpoints by line:column by commit-queue@webkit.org · 13 years ago
- d714757 Don't rely on weak pointers for eager CodeBlock finalization by ggaren@apple.com · 13 years ago
- 38d3c75 Introduce PropertyName class https://bugs.webkit.org/show_bug.cgi?id=86241 by barraclough@apple.com · 13 years ago
- 0c59caf Replace static_cast with jsCast when casting JSCell subclasses in JSC by oliver@apple.com · 13 years ago
- 4c11ee0 HashMap<>::add should return a more descriptive object by caio.oliveira@openbossa.org · 13 years ago
- 484a9d3 Add JSValue::isFunction https://bugs.webkit.org/show_bug.cgi?id=81935 by barraclough@apple.com · 13 years ago
- 81aa89f Remove JSObject defineGetter/defineSetter lookupGetter/lookupSetter by barraclough@apple.com · 13 years ago
- f7190bf Add support for inferred function names by oliver@apple.com · 13 years ago
- f0dd2d9 JavaScriptCore: Mark all exported symbols in the header file automatically. by morrita@google.com · 13 years ago
- 18b6b0e ../JavaScriptCore: [Chromium] JSExportMacros.h should be visible. by barraclough@apple.com · 13 years ago
- 215589e Placement new does an unnecessary NULL check by ggaren@apple.com · 13 years ago
- c58d54d De-virtualize destructors https://bugs.webkit.org/show_bug.cgi?id=74331 by mhahnenberg@apple.com · 13 years ago
- 135f051 Add jsCast to replace static_cast https://bugs.webkit.org/show_bug.cgi?id=72071 by mhahnenberg@apple.com · 13 years ago
- 7f2f7e5 De-virtualize JSObject::getOwnPropertyDescriptor by mhahnenberg@apple.com · 13 years ago
- 1446802 De-virtualize JSObject::putWithAttributes by mhahnenberg@apple.com · 13 years ago
- 2358ae1 De-virtualize JSObject::getPropertyNames by mhahnenberg@apple.com · 13 years ago
- b039de0 De-virtualize JSObject::className https://bugs.webkit.org/show_bug.cgi?id=71428 by mhahnenberg@apple.com · 13 years ago
- 5726238 De-virtualize JSObject::getOwnPropertyNames by mhahnenberg@apple.com · 13 years ago
- f16c8be Implement __lookupGetter__/__lookupSetter__ in terms of getPropertyDescriptor by weinig@apple.com · 13 years ago
- 84223e7 De-virtualize JSObject::defineSetter by mhahnenberg@apple.com · 13 years ago
- 74958c7 De-virtualize JSObject::defineGetter by mhahnenberg@apple.com · 13 years ago
- 5c103b0 Remove getOwnPropertySlotVirtual https://bugs.webkit.org/show_bug.cgi?id=70741 by mhahnenberg@apple.com · 13 years ago
- c0f87c1 Remove deletePropertyVirtual https://bugs.webkit.org/show_bug.cgi?id=70738 by mhahnenberg@apple.com · 13 years ago
- 3951278 Remove putVirtual https://bugs.webkit.org/show_bug.cgi?id=70740 by mhahnenberg@apple.com · 13 years ago
- f0418c85 Rename getOwnPropertySlot to getOwnPropertySlotVirtual by mhahnenberg@apple.com · 13 years ago
- e0c1d01 Rename virtual put to putVirtual https://bugs.webkit.org/show_bug.cgi?id=69851 by mhahnenberg@apple.com · 13 years ago
- d710a4a Rename virtual deleteProperty to deletePropertyVirtual by mhahnenberg@apple.com · 13 years ago
- 1986964 Add static version of JSCell::getOwnPropertySlot by mhahnenberg@apple.com · 13 years ago
- 914c3ee Add static version of JSCell::deleteProperty by mhahnenberg@apple.com · 13 years ago
- 5e2b712 Add static version of JSCell::put https://bugs.webkit.org/show_bug.cgi?id=69382 by mhahnenberg@apple.com · 13 years ago
- 8687da9 De-virtualize JSCell::visitChildrenVirtual and remove all other visitChildrenVirtual methods by mhahnenberg@apple.com · 13 years ago
- 982c9ea Add static version of JSCell::visitChildren by mhahnenberg@apple.com · 14 years ago
- 44d8954 Refactor Heap allocation logic into separate AllocationSpace class by oliver@apple.com · 14 years ago
- 2750465 Unreviewed, rolling out r95493 and r95496. by commit-queue@webkit.org · 14 years ago
- 5f0e9c8 Refactor Heap allocation logic into separate AllocationSpace class by oliver@apple.com · 14 years ago
- 8c798d2 Remove support for anonymous storage from jsobjects by oliver@apple.com · 14 years ago
- 7317a7f Unzip initialization lists and constructors in JSCell hierarchy (5/7) by mhahnenberg@apple.com · 14 years ago
- f192b44 Unreviewed, rolling out r94627 and r94632. by ossy@webkit.org · 14 years ago
- 5ab2981 Unzip initialization lists and constructors in JSCell hierarchy (5/7) by commit-queue@webkit.org · 14 years ago
- ee1bdc8 An object's structure should reference the global object responsible for its creation by oliver@apple.com · 14 years ago
- 6e5671b Unzip initialization lists and constructors in JSCell hierarchy (4/7) by commit-queue@webkit.org · 14 years ago