Currently, when calling a PCC Sub with the single Sub (and not with a Continuation)

  .pcc_begin prototyped
  .arg $S1
  .pcc_call __parse
   somerandomlabel:
  .result $P1
  .pcc_end

Note the label... Every time I call a sub, I need to specify a new, unique label that I'm very unlikely to ever want to use explicitly.

Can IMCC just autogenerate a unique label for me under the covers?

--
Will "Coke" Coleda will at coleda dot com




Reply via email to