Advertisement
Guest User

Untitled

a guest
Nov 15th, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Size in Perl6 is not the same that the C one for : gumbo_element_s -- C size : 96 ; NC size : 104
  2. Compiling a test file, this assume field name are the same
  3. gumbo_element_s: GumboElement
  4.  
  5. For HAS gumbo_vector_s children : c-size=16 / nc-size=16
  6. For has int32 tag : c-size=4 / nc-size=4
  7. For has int32 tag_namespace : c-size=4 / nc-size=4
  8. For HAS gumbo_string_piece_s original_tag : c-size=16 / nc-size=16
  9. For HAS gumbo_string_piece_s original_end_tag : c-size=16 / nc-size=16
  10. For HAS gumbo_source_position start_pos : c-size=12 / nc-size=12
  11. For HAS gumbo_source_position end_pos : c-size=12 / nc-size=12
  12. For HAS gumbo_vector_s attributes : c-size=16 / nc-size=16
  13. Total C/NC sizes : 96/96
  14. (skardev)root@pinkpony:~/p6/perl6-gumbo#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement