Changeset 192561 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Nov 17, 2015, 5:53:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r192558 r192561 1 2015-11-17 Benjamin Poulain <[email protected]> 2 3 [JSC] Untangle the dependencies on FTLAbbreviations a bit 4 https://bugs.webkit.org/show_bug.cgi?id=151375 5 6 Reviewed by Geoffrey Garen. 7 8 FTLAbbreviations was included in many places but in most cases 9 we just need the Abbreviated types. Update the #include accordingly. 10 11 Also remove the IntrinsicRepository dependency from the B3Output. 12 13 * ftl/FTLAbstractHeap.cpp: 14 * ftl/FTLAbstractHeap.h: 15 * ftl/FTLAbstractHeapRepository.cpp: 16 * ftl/FTLB3Output.h: 17 (JSC::FTL::Output::Output): 18 (JSC::FTL::Output::stackmapIntrinsic): 19 (JSC::FTL::Output::frameAddressIntrinsic): 20 (JSC::FTL::Output::patchpointInt64Intrinsic): 21 (JSC::FTL::Output::patchpointVoidIntrinsic): 22 * ftl/FTLCommonValues.cpp: 23 * ftl/FTLCommonValues.h: 24 * ftl/FTLFormattedValue.h: 25 * ftl/FTLIntrinsicRepository.cpp: 26 * ftl/FTLOSRExit.h: 27 * ftl/FTLOSRExitCompilationInfo.h: 28 * ftl/FTLStackmapArgumentList.h: 29 * ftl/FTLState.cpp: 30 * ftl/FTLState.h: 31 * ftl/FTLTypedPointer.h: 32 1 33 2015-11-17 Filip Pizlo <[email protected]> 2 34
Note:
See TracChangeset
for help on using the changeset viewer.