Changeset 266250 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Aug 27, 2020, 1:01:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r266242 r266250 1 2020-08-27 Yusuke Suzuki <[email protected]> 2 3 [JSC] Use auxiliary memory for JSBigInt storage 4 https://bugs.webkit.org/show_bug.cgi?id=215876 5 6 Reviewed by Mark Lam. 7 8 This makes JSBigInt non-destructible cell. And it makes allocating JSBigInt from JIT easy. 9 10 * runtime/JSBigInt.cpp: 11 (JSC::JSBigInt::JSBigInt): 12 (JSC::JSBigInt::visitChildren): 13 (JSC::JSBigInt::createWithLength): 14 (JSC::JSBigInt::destroy): Deleted. 15 * runtime/JSBigInt.h: 16 * runtime/VM.cpp: 17 (JSC::VM::VM): 18 1 19 2020-08-27 Keith Miller <[email protected]> 2 20
Note:
See TracChangeset
for help on using the changeset viewer.