Patch forthcoming.
Created attachment 225908 [details] the patch
Attachment 225908 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/ftl/FTLDataSection.h:39: The parameter name "size" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 13 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 225908 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=225908&action=review r=me > Source/JavaScriptCore/ChangeLog:11 > + - Temporarily switch to allocating all MCJIT memory in the executable pool on non-x86 > + platforms. Can you file a bug about undoing this? > Source/JavaScriptCore/ftl/FTLDataSection.h:39 > + DataSection(VM&, CodeBlock*, size_t size, unsigned alignment); Nix "size", please.
(In reply to comment #3) > (From update of attachment 225908 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=225908&action=review > > r=me > > > Source/JavaScriptCore/ChangeLog:11 > > + - Temporarily switch to allocating all MCJIT memory in the executable pool on non-x86 > > + platforms. > > Can you file a bug about undoing this? https://bugs.webkit.org/show_bug.cgi?id=129756 I added a fixme that references it also. > > > Source/JavaScriptCore/ftl/FTLDataSection.h:39 > > + DataSection(VM&, CodeBlock*, size_t size, unsigned alignment); > > Nix "size", please.
Landed in http://trac.webkit.org/changeset/165129