#1047: [CAGE] pf_items assumes sizeof(INTVAL) == sizeof(opcode_t)
-----------------------+----------------------------------------------------
 Reporter:  doughera   |       Owner:       
     Type:  bug        |      Status:  new  
 Priority:  normal     |   Milestone:       
Component:  configure  |     Version:  1.6.0
 Severity:  medium     |    Keywords:       
     Lang:             |       Patch:       
 Platform:             |  
-----------------------+----------------------------------------------------
 Parrot's internals assume {{{ sizeof(INTVAL) == sizeof(opcode_t) }}}, but
 Configure.pl allows the user to choose separate sizes for them.
 Although the two "types" have logically different purposes, and, in
 principle, need not have the same size, there seems to be no compelling
 reason to make them different.  Thus it probably makes sense to simply
 require them to be the same at the Configure.pl level.

 See [http://rt.perl.org/rt3/Ticket/Display.html?id=56810 Original RT]
 for more details.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1047>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to