Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #7318

How to save ruby compile time by saving a compiled version?

Newsgroups comp.lang.ruby
Date 2016-12-29 17:40 -0800
Message-ID <1b61372b-4808-4a81-ab8a-484a9825a432@googlegroups.com> (permalink)
Subject How to save ruby compile time by saving a compiled version?
From vunangluc@gmail.com

Show all headers | View raw


Hi, 

Currently Ruby seems to compile .rb source file every time I invoke the program. With this process, ruby will compile the source into byte code for YARV. 

To speed up how can we save a compiled version of program, then if the source file is not changed then ruby just feed the byte code to yarv?

Back to comp.lang.ruby | Previous | Next | Find similar


Thread

How to save ruby compile time by saving a compiled version? vunangluc@gmail.com - 2016-12-29 17:40 -0800

csiph-web