RESOLVED FIXED 179693
Add some X86 intrinsics to $vm to help with some perf testing
https://bugs.webkit.org/show_bug.cgi?id=179693
Summary Add some X86 intrinsics to $vm to help with some perf testing
Saam Barati
Reported 2017-11-14 14:16:36 PST
...
Attachments
patch (22.66 KB, patch)
2017-11-15 18:49 PST, Saam Barati
mark.lam: review+
patch for landing (21.76 KB, patch)
2017-11-16 11:41 PST, Saam Barati
no flags
patch for landing (21.84 KB, patch)
2017-11-16 12:25 PST, Saam Barati
no flags
Saam Barati
Comment 1 2017-11-15 18:49:41 PST
Build Bot
Comment 2 2017-11-15 18:53:10 PST
Attachment 327047 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/tools/JSDollarVM.cpp:77: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/JavaScriptCore/tools/JSDollarVM.cpp:95: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/JavaScriptCore/tools/JSDollarVM.cpp:119: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/JavaScriptCore/dfg/DFGNodeType.h:461: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 4 in 22 files If any of these errors are false positives, please file a bug against check-webkit-style.
Mark Lam
Comment 3 2017-11-15 19:47:17 PST
Comment on attachment 327047 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=327047&action=review r=me > Source/JavaScriptCore/tools/JSDollarVM.cpp:150 > + return JSValue::encode(jsBoolean(false)); Need to add UNUSED_PARAM(exec) to placate the other builds here. > Source/JavaScriptCore/tools/JSDollarVM.cpp:367 > + putDirectNativeFunction(vm, globalObject, Identifier::fromString(&vm, "CPUMfence"), 0, > + functionCPUMfence, CPUMfenceIntrinsic, 0); nit: why not prefix the JS function name with lower case "cpu" instead of "CPU"? I think starting with lower case is more consistent with WebKit convention. Ditto for the others below as well.
Saam Barati
Comment 4 2017-11-16 11:33:02 PST
Comment on attachment 327047 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=327047&action=review >> Source/JavaScriptCore/tools/JSDollarVM.cpp:367 >> + functionCPUMfence, CPUMfenceIntrinsic, 0); > > nit: why not prefix the JS function name with lower case "cpu" instead of "CPU"? I think starting with lower case is more consistent with WebKit convention. Ditto for the others below as well. sounds good
Saam Barati
Comment 5 2017-11-16 11:41:48 PST
Created attachment 327090 [details] patch for landing
Build Bot
Comment 6 2017-11-16 11:47:05 PST
Attachment 327090 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/dfg/DFGNodeType.h:461: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Source/JavaScriptCore/tools/JSDollarVM.cpp:77: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/JavaScriptCore/tools/JSDollarVM.cpp:95: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/JavaScriptCore/tools/JSDollarVM.cpp:119: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 4 in 21 files If any of these errors are false positives, please file a bug against check-webkit-style.
Saam Barati
Comment 7 2017-11-16 12:25:13 PST
Created attachment 327095 [details] patch for landing Don't do inline asm for OS(WINDOWS)
Build Bot
Comment 8 2017-11-16 12:26:43 PST
Attachment 327095 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/dfg/DFGNodeType.h:461: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Source/JavaScriptCore/tools/JSDollarVM.cpp:77: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/JavaScriptCore/tools/JSDollarVM.cpp:95: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/JavaScriptCore/tools/JSDollarVM.cpp:119: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 4 in 21 files If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Commit Bot
Comment 9 2017-11-16 15:44:15 PST
Comment on attachment 327095 [details] patch for landing Clearing flags on attachment: 327095 Committed r224938: <https://trac.webkit.org/changeset/224938>
WebKit Commit Bot
Comment 10 2017-11-16 15:44:17 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 11 2017-11-16 15:47:40 PST
Saam Barati
Comment 12 2017-11-16 16:36:19 PST
Follow up fix for cpuid landed in: https://trac.webkit.org/changeset/224942/webkit
Note You need to log in before you can comment on or make changes to this bug.