WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
164791
Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS/ConcurrentJS
https://bugs.webkit.org/show_bug.cgi?id=164791
Summary
Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS/ConcurrentJS
Filip Pizlo
Reported
2016-11-15 14:04:09 PST
Both the concurrent GC and the concurrent JIT rely on concurrency support in fundamental JSC runtime components like JSValue. So, the thing that guards it should be a "feature" called CONCURRENT_JS not CONCURRENT_JIT.
Attachments
the patch
(153.00 KB, patch)
2016-11-15 14:10 PST
,
Filip Pizlo
ggaren
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2016-11-15 14:10:14 PST
Created
attachment 294879
[details]
the patch
WebKit Commit Bot
Comment 2
2016-11-15 14:13:03 PST
Attachment 294879
[details]
did not pass style-queue: ERROR: Source/JavaScriptCore/bytecode/LazyOperandValueProfile.h:158: The parameter name "key" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/JavaScriptCore/bytecode/LazyOperandValueProfile.h:172: The parameter name "holder" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/JavaScriptCore/bytecode/LazyOperandValueProfile.h:178: The parameter name "key" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/JavaScriptCore/runtime/JSObject.h:761: The parameter name "structure" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 4 in 74 files If any of these errors are false positives, please file a bug against check-webkit-style.
Geoffrey Garen
Comment 3
2016-11-15 14:16:50 PST
Comment on
attachment 294879
[details]
the patch rs=me
Filip Pizlo
Comment 4
2016-11-15 15:22:24 PST
Landed in
https://trac.webkit.org/changeset/208761
Filip Pizlo
Comment 5
2016-11-15 17:36:12 PST
Fixed a regression in
https://trac.webkit.org/changeset/208777
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug