[v8-users] Convert Smi to Operand.Immediate in ARM64 backend?

2018-04-20 Thread Thomson Tan
The ARM64 backend could convert Smi to Operand by assigning tagged Smi to immediate filed in Operand class, as below code snippet. Then the immediate field is tagged Smi value, would it cause problem when encoding this operand? // src\arm64\assember-arm64-inl.h *template*<> *struct* Immediate

[v8-users] Convert Smi to Operand.Immediate in ARM64 backend?

2018-04-20 Thread Thomson Tan
The ARM64 backend could convert Smi to Operand by assigning tagged Smi to immediate filed in Operand class, as below code snippet. Then the immediate field is tagged Smi value, would it cause problem when encoding this operand? // src\arm64\assember-arm64-inl.h template<> struct ImmediateInitia

Re: [v8-users] `fetch v8` failing in alpine linux

2018-04-20 Thread Ben Noordhuis
On Thu, Apr 19, 2018 at 6:59 PM, Andrew Walker wrote: > I'm attempting to Dockerize an application that uses a particular set of > golang bindings to V8, and I'm having a bear of a time building v8. I can't > seem to even get past `fetch v8`. Just to see where it's going wrong, I > fired up a cont