Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc135205

Browse files
committed
Replace the switching function ExecEvalExpr() with a macro that jumps
directly to the appropriate per-node execution function, using a functionpointer stored by ExecInitExpr. This speeds things up by eliminating onelevel of function call. The function-pointer technique also enables furthersmall improvements such as only making one-time tests once (and thenchanging the function pointer). Overall this seems to gain about 10%on evaluation of simple expressions, which isn't earthshaking but seemsa worthwhile gain for a relatively small hack. Per recent discussionon pghackers.
1 parent2c7e473 commitc135205

File tree

7 files changed

+416
-306
lines changed

7 files changed

+416
-306
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp