| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2defaaf commit bd68888
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | 37 | # Reset this number to 0 on major V8 upgrades. | |
| 38 | 38 | # Increment by one for each non-official patch applied to deps/v8. | |
| 39 | - 'v8_embedder_string': '-node.14', | ||
| 39 | + 'v8_embedder_string': '-node.15', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -181,6 +181,7 @@ Kevin Gibbons <bakkot@gmail.com> | |||
| 181 | 181 | Keyhan Vakil <kvakil@googlecontrib.kvakil.me> | |
| 182 | 182 | Kris Selden <kris.selden@gmail.com> | |
| 183 | 183 | Kyounga Ra <kyounga@alticast.com> | |
| 184 | + Levi Zim <rsworktech@outlook.com> | ||
| 184 | 185 | Loo Rong Jie <loorongjie@gmail.com> | |
| 185 | 186 | Lu Yahan <yahan@iscas.ac.cn> | |
| 186 | 187 | Ludovic Mermod <ludovic.mermod@gmail.com> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1087,7 +1087,6 @@ void Assembler::GeneralLi(Register rd, int64_t imm) { | |||
| 1087 | 1087 | } | |
| 1088 | 1088 | ||
| 1089 | 1089 | void Assembler::li_ptr(Register rd, int64_t imm) { | |
| 1090 | - base::CPU cpu; | ||
| 1091 | 1090 | // Initialize rd with an address | |
| 1092 | 1091 | // Pointers are 48 bits | |
| 1093 | 1092 | // 6 fixed instructions are generated | |
| Back | FazBrowse Home | New Git URL |
0 commit comments