Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for change notification.
The "LucyBookClub" page has been changed by MarvinHumphrey: http://wiki.apache.org/lucy/LucyBookClub?action=diff&rev1=38&rev2=39 Comment: Correct mistakes in questions. Reschedule session for March 5. == Upcoming Meetings == - === Tuesday February 19, 7:00 pm PDT: === + === Tuesday March 5, 7:00 pm PDT: === From PLP3: {{{ @@ -58, +58 @@ int munge_foo(void) { - munge(foo); + return munge(foo); } }}} Narrate the following assembly generated for `munge_foo` when it is compiled as position-independent code. {{{ movl foo@GOT(%ebx), %eax pushl (%eax) - call munge_foo@PLT + call munge@PLT }}} 11. Summarize the costs of the GOT (Global Offset Table) and the PLT (Procedure Linkage Table).
