Results (51 - 60 of 1157)
- [233621]: [JSC] Optimize layout of RegExp to reduce padding ...
- [JSC] Optimize layout of RegExp to reduce padding https://bugs.webkit.org/show_bug.cgi?id=187438 Reviewed by Mark Lam. Reduce the size of RegExp from 168 to 144. * runtime/RegExp.cpp: (JSC::RegExp::RegExp): * runtime/RegExp.h: * runtime ...
- By Jul 7, 2018 1:29:31 PM —
- [233620]: [JSC] Optimize layout of ValueProfile to reduce padding ...
- [JSC] Optimize layout of ValueProfile to reduce padding https://bugs.webkit.org/show_bug.cgi?id=187439 Reviewed by Mark Lam. Reduce the size of ValueProfile from 40 to 32 by reordering members. * bytecode/ValueProfile.h: (JSC::ValueProf ...
- By Jul 7, 2018 1:29:01 PM —
- [233613]: [linux] ASSERT: Using an alternative signal stack is not supported. ...
- [linux] ASSERT: Using an alternative signal stack is not supported. Consider disabling the concurrent GC. https://bugs.webkit.org/show_bug.cgi?id=187297 Reviewed by Mark Lam. This patch relaxes the JSC's limitation: accepting an alternat ...
- By Jul 7, 2018 12:10:20 AM —
- [233467]: [JSC] Move slowDownAndWasteMemory function to JSArrayBufferView ...
- [JSC] Move slowDownAndWasteMemory function to JSArrayBufferView https://bugs.webkit.org/show_bug.cgi?id=187290 Reviewed by Saam Barati. slowDownAndWasteMemory is just overridden by typed arrays. Since they are limited, we do not need to ...
- By Jul 3, 2018 10:50:12 AM —
- [233415]: [WTF] RandomDevice should be initialized inside std::call_once ...
- [WTF] RandomDevice should be initialized inside std::call_once https://bugs.webkit.org/show_bug.cgi?id=186017 Reviewed by Darin Adler. While Linux ports uses mutex-guarded static variables, Mac ports do not. So we should guard static var ...
- By Jul 1, 2018 9:24:33 PM —
- [233295]: [GTK][WPE] Use LazyNeverDestroyed<XErrorTrapper> to remove static ...
- [GTK][WPE] Use LazyNeverDestroyed<XErrorTrapper> to remove static initializers https://bugs.webkit.org/show_bug.cgi?id=187089 Reviewed by Michael Catanzaro. Source/WebCore: Do not allow copying since XErrorTrapper's logic relies on the ...
- By Jun 27, 2018 6:10:37 PM —
- [233252]: [JSC] ArrayPatternNode::emitDirectBinding does not return assignment ...
- [JSC] ArrayPatternNode::emitDirectBinding does not return assignment target value if dst is nullptr https://bugs.webkit.org/show_bug.cgi?id=185943 Reviewed by Mark Lam. JSTests: * stress/direct-binding-return-result.js: Added. (shouldBe ...
- By Jun 27, 2018 3:05:50 AM —
- [233249]: [GTK][WPE] Remove gflags from libwebrtc build ...
- [GTK][WPE] Remove gflags from libwebrtc build https://bugs.webkit.org/show_bug.cgi?id=187078 Reviewed by Alejandro G. Castro. gflags is used only in libyuv unit tests. So the Apple ports do not build & link it. GTK and WPE can do the sam ...
- By Jun 27, 2018 1:19:05 AM —
- [233245]: [JSC] Pass VM& to functions more ...
- [JSC] Pass VM& to functions more https://bugs.webkit.org/show_bug.cgi?id=186241 Reviewed by Mark Lam. Source/JavaScriptCore: This patch threads VM& to functions requiring VM& more. * API/JSObjectRef.cpp: (JSObjectIsConstructor): * byte ...
- By Jun 26, 2018 10:01:29 PM —
- [233239]: Remove static initializers more ...
- Remove static initializers more https://bugs.webkit.org/show_bug.cgi?id=186969 Reviewed by Michael Catanzaro. Source/WebCore: This patch removes static initializers more. They typically exists in GTK port. No behavior change. * Source ...
- By Jun 26, 2018 6:58:06 PM —
Note: See TracSearch
for help on searching.