|
240 | 240 | "redirect_url": "/cpp/build/reference/creating-precompiled-header-files#when-to-precompile-source-code",
|
241 | 241 | "redirect_document_id": false
|
242 | 242 | },
|
| 243 | + |
| 244 | + { |
| 245 | + "source_path": "docs/build/calling-convention.md", |
| 246 | + "redirect_url": "/cpp/build/x64-calling-convention", |
| 247 | + "redirect_document_id": true |
| 248 | + }, |
| 249 | + { |
| 250 | + "source_path": "docs/build/parameter-passing.md", |
| 251 | + "redirect_url": "/cpp/build/x64-calling-convention#parameter-passing", |
| 252 | + "redirect_document_id": false |
| 253 | + }, |
| 254 | + { |
| 255 | + "source_path": "docs/build/varargs.md", |
| 256 | + "redirect_url": "/cpp/build/x64-calling-convention#varargs", |
| 257 | + "redirect_document_id": false |
| 258 | + }, |
| 259 | + { |
| 260 | + "source_path": "docs/build/unprototyped-functions.md", |
| 261 | + "redirect_url": "/cpp/build/x64-calling-convention#unprototyped-functions", |
| 262 | + "redirect_document_id": false |
| 263 | + }, |
| 264 | + { |
| 265 | + "source_path": "docs/build/return-values-cpp.md", |
| 266 | + "redirect_url": "/cpp/build/x64-calling-convention#return-values", |
| 267 | + "redirect_document_id": false |
| 268 | + }, |
| 269 | + { |
| 270 | + "source_path": "docs/build/caller-callee-saved-registers.md", |
| 271 | + "redirect_url": "/cpp/build/x64-calling-convention#callercallee-saved-registers", |
| 272 | + "redirect_document_id": false |
| 273 | + }, |
| 274 | + { |
| 275 | + "source_path": "docs/build/function-pointers.md", |
| 276 | + "redirect_url": "/cpp/build/x64-calling-convention#function-pointers", |
| 277 | + "redirect_document_id": false |
| 278 | + }, |
| 279 | + { |
| 280 | + "source_path": "docs/build/floating-point-support-for-older-code-visual-cpp.md", |
| 281 | + "redirect_url": "/cpp/build/x64-calling-convention#floating-point-support-for-older-code", |
| 282 | + "redirect_document_id": false |
| 283 | + }, |
| 284 | + { |
| 285 | + "source_path": "docs/build/fpcsr.md", |
| 286 | + "redirect_url": "/cpp/build/x64-calling-convention#fpcsr", |
| 287 | + "redirect_document_id": false |
| 288 | + }, |
| 289 | + { |
| 290 | + "source_path": "docs/build/mxcsr.md", |
| 291 | + "redirect_url": "/cpp/build/x64-calling-convention#mxcsr", |
| 292 | + "redirect_document_id": false |
| 293 | + }, |
| 294 | + { |
| 295 | + "source_path": "docs/build/setjmp-longjump.md", |
| 296 | + "redirect_url": "/cpp/build/x64-calling-convention#setjmplongjmp", |
| 297 | + "redirect_document_id": false |
| 298 | + }, |
| 299 | + |
| 300 | + { |
| 301 | + "source_path": "docs/build/overview-of-x64-calling-conventions.md", |
| 302 | + "redirect_url": "/cpp/build/x64-software-conventions#overview-of-x64-calling-conventions", |
| 303 | + "redirect_document_id": false |
| 304 | + }, |
| 305 | + { |
| 306 | + "source_path": "docs/build/types-and-storage.md", |
| 307 | + "redirect_url": "/cpp/build/x64-software-conventions#types-and-storage", |
| 308 | + "redirect_document_id": false |
| 309 | + }, |
| 310 | + { |
| 311 | + "source_path": "docs/build/scalar-types.md", |
| 312 | + "redirect_url": "/cpp/build/x64-software-conventions#scalar-types", |
| 313 | + "redirect_document_id": false |
| 314 | + }, |
| 315 | + { |
| 316 | + "source_path": "docs/build/aggregates-and-unions.md", |
| 317 | + "redirect_url": "/cpp/build/x64-software-conventions#aggregates-and-unions", |
| 318 | + "redirect_document_id": false |
| 319 | + }, |
| 320 | + { |
| 321 | + "source_path": "docs/build/examples-of-structure-alignment.md", |
| 322 | + "redirect_url": "/cpp/build/x64-software-conventions#examples-of-structure-alignment", |
| 323 | + "redirect_document_id": false |
| 324 | + }, |
| 325 | + { |
| 326 | + "source_path": "docs/build/bitfields.md", |
| 327 | + "redirect_url": "/cpp/build/x64-software-conventions#bitfields", |
| 328 | + "redirect_document_id": false |
| 329 | + }, |
| 330 | + { |
| 331 | + "source_path": "docs/build/conflicts-with-the-x86-compiler.md", |
| 332 | + "redirect_url": "/cpp/build/x64-software-conventions#conflicts-with-the-x86-compiler", |
| 333 | + "redirect_document_id": false |
| 334 | + }, |
| 335 | + { |
| 336 | + "source_path": "docs/build/register-usage.md", |
| 337 | + "redirect_url": "/cpp/build/x64-software-conventions#register-usage", |
| 338 | + "redirect_document_id": false |
| 339 | + }, |
| 340 | + { |
| 341 | + "source_path": "docs/build/intrinsics-and-inline-assembly.md", |
| 342 | + "redirect_url": "/cpp/build/x64-software-conventions#intrinsics-and-inline-assembly", |
| 343 | + "redirect_document_id": false |
| 344 | + }, |
| 345 | + { |
| 346 | + "source_path": "docs/build/image-format.md", |
| 347 | + "redirect_url": "/cpp/build/x64-software-conventions#image-format", |
| 348 | + "redirect_document_id": false |
| 349 | + }, |
| 350 | + |
| 351 | + { |
| 352 | + "source_path": "docs/build/stack-allocation.md", |
| 353 | + "redirect_url": "/cpp/build/stack-usage#stack-allocation", |
| 354 | + "redirect_document_id": false |
| 355 | + }, |
| 356 | + { |
| 357 | + "source_path": "docs/build/dynamic-parameter-stack-area-construction.md", |
| 358 | + "redirect_url": "/cpp/build/stack-usage#dynamic-parameter-stack-area-construction", |
| 359 | + "redirect_document_id": false |
| 360 | + }, |
| 361 | + { |
| 362 | + "source_path": "docs/build/function-types.md", |
| 363 | + "redirect_url": "/cpp/build/stack-usage#function-types", |
| 364 | + "redirect_document_id": false |
| 365 | + }, |
| 366 | + { |
| 367 | + "source_path": "docs/build/malloc-alignment.md", |
| 368 | + "redirect_url": "/cpp/build/stack-usage#malloc-alignment", |
| 369 | + "redirect_document_id": false |
| 370 | + }, |
| 371 | + { |
| 372 | + "source_path": "docs/build/alloca.md", |
| 373 | + "redirect_url": "/cpp/build/stack-usage#alloca", |
| 374 | + "redirect_document_id": false |
| 375 | + }, |
| 376 | + |
| 377 | + { |
| 378 | + "source_path": "docs/build/unwind-data-for-exception-handling-debugger-support.md", |
| 379 | + "redirect_url": "/cpp/build/exception-handling-x64#unwind-data-for-exception-handling-debugger-support", |
| 380 | + "redirect_document_id": false |
| 381 | + }, |
| 382 | + { |
| 383 | + "source_path": "docs/build/struct-runtime-function.md", |
| 384 | + "redirect_url": "/cpp/build/exception-handling-x64#struct-runtime_function", |
| 385 | + "redirect_document_id": false |
| 386 | + }, |
| 387 | + { |
| 388 | + "source_path": "docs/build/struct-unwind-code.md", |
| 389 | + "redirect_url": "/cpp/build/exception-handling-x64#struct-unwind_code", |
| 390 | + "redirect_document_id": false |
| 391 | + }, |
| 392 | + { |
| 393 | + "source_path": "docs/build/struct-unwind-info.md", |
| 394 | + "redirect_url": "/cpp/build/exception-handling-x64#struct-unwind_info", |
| 395 | + "redirect_document_id": false |
| 396 | + }, |
| 397 | + { |
| 398 | + "source_path": "docs/build/chained-unwind-info-structures.md", |
| 399 | + "redirect_url": "/cpp/build/exception-handling-x64#chained-unwind-info-structures", |
| 400 | + "redirect_document_id": false |
| 401 | + }, |
| 402 | + { |
| 403 | + "source_path": "docs/build/unwind-procedure.md", |
| 404 | + "redirect_url": "/cpp/build/exception-handling-x64#unwind-procedure", |
| 405 | + "redirect_document_id": false |
| 406 | + }, |
| 407 | + { |
| 408 | + "source_path": "docs/build/language-specific-handler.md", |
| 409 | + "redirect_url": "/cpp/build/exception-handling-x64#language-specific-handler", |
| 410 | + "redirect_document_id": false |
| 411 | + }, |
| 412 | + { |
| 413 | + "source_path": "docs/build/unwind-helpers-for-masm.md", |
| 414 | + "redirect_url": "/cpp/build/exception-handling-x64#unwind-helpers-for-masm", |
| 415 | + "redirect_document_id": false |
| 416 | + }, |
| 417 | + { |
| 418 | + "source_path": "docs/build/raw-pseudo-operations.md", |
| 419 | + "redirect_url": "/cpp/build/exception-handling-x64#raw-pseudo-operations", |
| 420 | + "redirect_document_id": false |
| 421 | + }, |
| 422 | + { |
| 423 | + "source_path": "docs/build/masm-macros.md", |
| 424 | + "redirect_url": "/cpp/build/exception-handling-x64#masm-macros", |
| 425 | + "redirect_document_id": false |
| 426 | + }, |
| 427 | + { |
| 428 | + "source_path": "docs/build/unwind-data-definitions-in-c.md", |
| 429 | + "redirect_url": "/cpp/build/exception-handling-x64#unwind-data-definitions-in-c", |
| 430 | + "redirect_document_id": false |
| 431 | + }, |
243 | 432 | {
|
244 | 433 | "source_path": "docs/c-language/index.md",
|
245 | 434 | "redirect_url": "/cpp/c-language/c-language-reference",
|
|
0 commit comments