Skip to content

Successful build_with_jit produces broken binary on raspbian armhf  #515

@nooga

Description

@nooga

I'm not sure if this is pixie bug or pypy bug. I've built pixie on raspberry pi (raspbian jessie) according to the instructions for debian. The build succeeded and produced pixie-vm.

However, running pixie-vm produces the following error every time:

$ ./pixie-vm
[ARM/regalloc] gc_load_indexed_r not implemented
RPython traceback:
  File "rpython_jit_metainterp_compile.c", line 23729, in send_loop_to_backend
  File "rpython_jit_backend_arm_assembler.c", line 20717, in AssemblerARM_assemble_loop
  File "rpython_jit_backend_arm_assembler.c", line 23692, in AssemblerARM__assemble
  File "rpython_jit_backend_arm_assembler.c", line 26636, in AssemblerARM__walk_operations
  File "rpython_jit_backend_arm_regalloc.c", line 2152, in notimplemented
Fatal RPython error: NotImplementedError
Aborted

I tried to read pypy's sources to find out the cause but I can't see anything obvious.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions