RESOLVED FIXED 170266
WebAssembly: B3IRGenerator should pool constants
https://bugs.webkit.org/show_bug.cgi?id=170266
Summary WebAssembly: B3IRGenerator should pool constants
Keith Miller
Reported 2017-03-29 19:10:40 PDT
WebAssembly: B3IRGenerator should pool constants
Attachments
Patch (27.96 KB, patch)
2017-03-29 19:18 PDT, Keith Miller
fpizlo: review+
Keith Miller
Comment 1 2017-03-29 19:18:13 PDT
Filip Pizlo
Comment 2 2017-03-29 19:25:26 PDT
Comment on attachment 305820 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=305820&action=review seems legit > Source/JavaScriptCore/b3/B3Procedure.h:121 > + // bits is a bitwise_cast of the constant you want. > + Value* addConstant(Origin, Type, uint64_t bits); Nice
Keith Miller
Comment 3 2017-03-29 19:39:56 PDT
Note You need to log in before you can comment on or make changes to this bug.