This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
[perl5.git] / ext / B / B / Bytecode.pm
2006-02-20 Nicholas ClarkPVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2005-11-12 Nicholas ClarkChange 26063 got one conditional the wrong way round.
2005-11-09 Nicholas ClarkMake the Bytecode changes conditional on perl version.
2005-06-16 Nicholas ClarkStoring the ixv for magic arrays seems to cause double...
2005-06-15 Nicholas ClarkDon't write bytecode to load the NVX of AVs and HVs
2005-05-23 Nicholas ClarkBytecode mustn't save the NVX for hashes now that the...
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
2003-09-04 Adrian M. EnacheRe: [PATCH] Re: ByteLoader and MSWin32
2003-08-20 Jarkko HietaniemiPatch from Enache for the crashing of bytecode.t in...
2003-07-31 Jarkko HietaniemiYet another bytecode tweak from Enache.
2003-07-28 Jarkko HietaniemiMore bytecode tweaks.
2003-07-28 Jarkko HietaniemiAdd $VERSION to B::Bytecode.
2003-07-27 Jarkko HietaniemiFurther Byteloader tweaks from Enache.
2003-07-27 Adrian M. EnacheRe: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile...
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2001-11-16 Jarkko HietaniemiAdd the fruits of Larry Shatzer's version verifying...
2001-03-16 Michael Stevensmore pod patches
2001-01-24 Charles BaileySYN SYN
2001-01-15 Stephen McCamant[PATCH @8436] Eliminate op_children
2000-10-20 Charles BaileySYN SYN
2000-10-02 Nicholas Clark[ID 20000928.002] perlcc & ByteCode.pm option mismatch
2000-08-22 Jarkko HietaniemiBytecompiler patches from Benjamin Stuhl.
2000-06-22 Jarkko HietaniemiBytecode patches from Benjamin Stuhl.
2000-06-15 Jarkko HietaniemiBytecode patches from Benjamin Stuhl.
2000-06-06 Benjamin StuhlB::Bytecode patches
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-28 Gurusamy SarathyB::Bytecode tweaks (from Simon Cozens <simon@brecon...
2000-03-07 Gurusamy Sarathyomit XSLoader from bytecode dumps
2000-03-07 Gurusamy Sarathyget ByteLoader working again
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-07 Gurusamy Sarathytypos in change#4546
1999-12-03 Gurusamy Sarathysupport -a switch to append bytecode to an existing...
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-04 Gurusamy Sarathychange#4485 didn't do the right thing for B::Bytecode
1999-10-29 Gurusamy Sarathymore cleanup: avoid unused knowledge of "file GV" notio...
1999-10-29 Gurusamy Sarathyusurp GVOP slot for new PADOP (one small step to making...
1999-09-29 Charles Baileyresync with mainline
1999-09-06 Gurusamy Sarathysupport bytecode and C backends in perlcc (patch suggested
1999-07-26 Gurusamy Sarathypatch for pp_foo -> Perl_pp_foo changes from Vishal...
1999-07-07 Stephen McCamantEliminate CONDOPs
1999-05-28 Tom HughesByteLoader mark 2
1999-05-10 Tom Hughesapplied suggested patch, with win32 and PERL_OBJECT...
1999-01-02 Nick Ing-SimmonsExport constant subs from B.xs for op.h, cop.h and...
1998-08-02 Gurusamy Sarathyfixes for pod noises
1998-07-22 Malcolm BeattieCompiler docs for 5.005
1998-07-15 Gurusamy Sarathyadd stub docs for ext/B, other minor tweaks
1998-02-20 Malcolm BeattieMove lib/B/... and lib/[BO].pm over to where they shoul...