You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pacparser
hi
we are trying to port pacparser to an embedded system that support
very small memory. we found that jsautocfg.h is the file that defines
the arch specific defines. Has anyone done simillar porting before?.
we are running into issues like
Assertion failure: (jsuword)a->base + offset == FIRST_THING_PAGE(a),
at jsgc.c:401.
This finaly points to the #defines that are arch specific. can anyone
help me on how to port pacparser to ambeded systems.