-
```
/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm/prims -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm -I…
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
So I am mostly interested in using the assembler to JIT compile machine code and then execute it. I was wondering is it possible to make the JIT code debuggable with GDB at runtime? Or with backtrack(…
-
I'm curious if the various code snippets like:
```
// nopw (%rax,%rax)
0x66, 0x66, 0x66, 0x66, 0x2e, 0x0f, 0x1f, 0x84, 0, 0, 0, 0, 0,
// mov %fs:0,%rax
0x64, 0x48, 0x8b, 0x04, 0x25, 0, 0, 0, 0,
…
-
### Operating system
windows x64
### Compiler
clang
### Steps to reproduce the behavior
vcpkg.exe install gmp:x64-windows
### Failure logs
------------------------build-x64-windows-dbg-out.log…
-
| | |
| --- | --- |
| Bugzilla Link | [12026](https://llvm.org/bz12026) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@chandlerc,@efriedma-quic |
## Exte…
-
From email:
> Your online assembler is wonderful but is there any chance you
> could support comments? (Semiconon comments) It's kind of hard to
> upload large pieces of existing code which is com…
-
| | |
| --- | --- |
| Bugzilla Link | [24200](https://llvm.org/bz24200) |
| Version | 3.6 |
| OS | All |
| CC | @yuanfang-chen |
## Extended Description
We have a GNU makefile that mostly configur…
-
## :bug: Bug Report
### Affected Languages
- [X] `TypeScript` or `Javascript`
- [ ] `Python`
- [ ] `Java`
- [ ] .NET (`C#`, `F#`, ...)
### General Information
* **JSII Version:** 1.12.0
* …
-
```
I don't know if this is a 64 bit issue, so just ignore if so.
g++ -g -W -D NULLC_OPTIMIZE_X86 -D NULLC_BUILD_X86_JIT -c NULLC/CodeGen_X86.cpp
-o temp/CodeGen_X86.o
NULLC/StdLib_X86.h: Assembler …