qbicc icon indicating copy to clipboard operation
qbicc copied to clipboard

wip/probe bundles

Open evacchi opened this issue 3 years ago • 2 comments

  • Probe bundles: wip
  • Probe bundles: wip
  • setup
  • Prototype loading probes
  • fixes/workarounds for wasm probes
  • setup for CI
  • setup for CI
  • setup for CI
  • setup CI for downloading bundles (🤞)

evacchi avatar Sep 27 '22 15:09 evacchi

Error: Artifact path is not valid: /bundles/x86_64-linux-gnu-elf/types/void *.yaml. Contains the following character: Asterisk *

dang. I thought I could get away with that on *nix :P

evacchi avatar Sep 28 '22 13:09 evacchi

Error: Artifact path is not valid: /bundles/x86_64-linux-gnu-elf/types/void *.yaml. Contains the following character: Asterisk *

dang. I thought I could get away with that on *nix :P

I think we probably should have a separate file for the probes that are done in Main (excluding reference and type ID sizes), something with each size like:

--
platform-type-info:
    byte-bits: 8
    endian: little
    signed-char: true
    pointers:
        size: 8
        align: 8
    boolean:
        size: 1
        align: 1
    int8:
        size: 1
        align: 1
    # ...etc...

In addition to avoiding the void * problem this also reduces the number of files in total.

dmlloyd avatar Sep 28 '22 14:09 dmlloyd

I think this was more or less implemented in an alternative branch, at least the important aspects.

dmlloyd avatar Jul 18 '23 13:07 dmlloyd