tarantool / avro-schema

Apache Avro schema tools for Tarantool
57 stars 4 forks source link

frontend/validate: remove redundant variable assign #138

Closed olegrok closed 3 years ago

olegrok commented 4 years ago

Stack here is used only to provide user with error message. So it makes sence to move stack.ptr assign directly before error will be throwed.

benchmark.lua shows a little speedup after such change.