Changeset 8691

Show
Ignore:
Timestamp:
01/15/06 21:06:28 (3 years ago)
Author:
audreyt
Message:

* add a mental note-to-self to chase parrot 0.4.2's Null/find_global semantics.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/CodeGen/PIR.hs

    r8681 r8691  
    163163        tell [StmtRaw (text "errorsoff .PARROT_ERRORS_GLOBALS_FLAG")] 
    164164        tellIns $ pmc       <-- "find_global" $ [lit pkg, lit name'] 
     165        -- XXX - change this to an unless_null call on parrot 0.4.2! 
    165166        tellIns $ tempINT   <-- "defined" $ [reg pmc] 
    166167        tellIns $ "if" .- [tempINT, bare globL]