Alcaro
Alcaro
If we implement co_switch as a #define to a GCC \_\_asm\_\_, instead of the current machine code trickery, we can let GCC deal with spilling the registers - and, more...
### Describe the bug oddly specific, yes ### Steps to reproduce - Switch to Clang - Turn off 'Filter Directives' - Create a class, a function declared inside the class...
### Is your feature request related to a problem? Please describe gnu as default syntax is ugly ### Describe the solution you'd like -msyntax=intel maybe also -mnaked-reg ### Describe alternatives...
### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...
which of you were asleep at the wheel when adding that ``` [23:58:34] !rb as2 org $008000 lda walrus,x if pc() == $008003 walrus endif walrus = $018000 [23:58:34] Errors...
``` [01:53:02] !rb as2 ee: assert ee == $8000 [01:53:02] Errors occurred while assembling. :2: error: (Elabel_before_if): Labels are not allowed before "assert" commands. Suggestion: move the label to a...
bug 1: [23:18:18] \ !rb as3 arch superfx : move ($00fe),r0 [23:18:18] \ 3E A0 FE [23:18:20] \ !rb as3 arch superfx : move ($01fe),r0 [23:18:21] \ 3E A0 FE...
``` [21:48:33] okay I'ma turn that into a phantom or moving label error before 2200 ... [21:49:19] well that was easy [21:49:20] !rb as2 !x = 3 if sizeof(SomeStruct) ==...
\ !rb as -s freecode cleaned db 1,2,3 asdf: org asdf db 4,5,6,7,8,9,10,11,12,13,14,15 \ $80FFD7: 0A $908000: 53 54 41 52 02 00 FD FF 01 02 03 04 05...
LIBCO_NO_SSE makes libco clobber the SSE registers, contrary to the win64 ABI. Intuitively, you'd think that's safe if you don't use any floating-point types, but no - the compiler can...